projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b34bb5
)
; * lisp/emacs-lisp/comp.el (comp--write-bytecode-file): Add comment.
author
Andrea Corallo
<acorallo@gnu.org>
Thu, 15 Feb 2024 18:17:07 +0000
(19:17 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Thu, 15 Feb 2024 18:20:03 +0000
(19:20 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 6879e6aeeb9ba48325c596c43435f3ffd2386d21..593291a379e18cb307a20cf345db54bef0159489 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-3495,6
+3495,7
@@
last directory in `native-comp-eln-load-path')."
else
collect (byte-compile-file file))))
+;; In use by elisp-mode.el
(defun comp--write-bytecode-file (eln-file)
"After native compilation write the bytecode file for ELN-FILE.
Make sure that eln file is younger than byte-compiled one and